home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 4 / Assassins 4 (1999)(Weird Science).iso / docs / shoot-ups / 3d_spacebattle.doc next >
Text File  |  1992-09-02  |  2KB  |  53 lines

  1.  
  2.  3DSpaceBattle v1.0  by Giuseppe Perniola, written in Blitz Basic v2.1
  3.  
  4.  This game is freeware; it requires an Amiga AGA.
  5.  The aim of the game is simple: destroy your opponent's ship.
  6.  There are two ships:
  7.  Cobra         - Little and fast;
  8.  Anaconda      - Big and slow.
  9.  There are three weapons that you can use:
  10.  Missiles      - they pursue your enemy and they are of medium range;
  11.  Rockets       - they don't pursue the enemy, but they are fast
  12.                  and short range;
  13.  Decoys        - like mines, but they destroy missiles and rockets, too.
  14.  The controls for player 1 are:
  15.  Cursor left   - Rotate left
  16.  Cursor right  - Rotate right
  17.  Cursor up     - Accelerate
  18.  Cursor down   - Decelerate
  19.  Space         - Fire selected weapon
  20.  Return        - Select weapon
  21.  Inst del      - Select mode internal/external camera
  22.  Del           - Zoom in external camera
  23.  Help          - Zoom out external camera
  24.  Tab           - Rotate left external camera
  25.  Ctrl          - Rotate right external camera
  26.  
  27.  The controls for player 2 are:
  28.  NUMERIC KEYBOARD
  29.  4             - Rotate left
  30.  6             - Rotate right
  31.  8             - Accelerate
  32.  5             - Decelerate
  33.  9             - Fire selected weapon
  34.  7             - Select weapon
  35.  Enter         - Select mode internal/external camera
  36.  -             - Zoom in external camera
  37.  +             - Zoom out external camera
  38.  /             - Rotate left external camera
  39.  *             - Rotate right external camera
  40.  
  41.  JOYSTICK IN PORT 2
  42.  Left          - Rotate left
  43.  Right         - Rotate right
  44.  Up            - Accelerate
  45.  Down          - Decelerate
  46.  First button  - Fire selected weapon
  47.  Second button - Select weapon
  48.  
  49.  Other control is:
  50.  ESC           - Exit
  51.  
  52.  If you like it then please e-mail me!
  53.